home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / tcp / AmIRCFetch.lha / AmIRCFetch_116a.readme next >
Text File  |  1999-05-18  |  4KB  |  132 lines

  1. Short:    Fetch 1.16a (18-May-99) - aminet file retrieval for AmIRC
  2. Author:   amicon@amicon.net (DR. John M. Hoyt - WarNPeace)
  3. Uploader: amicon@amicon.net (DR. John M. Hoyt - WarNPeace)
  4. Type:     comm/tcp 
  5. Version:  1.16a
  6.  
  7.  
  8. Description
  9. -----------
  10.  
  11. Fetch.amirx is a script originally concieved and written by Deryk Robosson
  12. for use with AmIRC to allow you to grab any file from an aminet mirror which
  13. you know the name of.
  14.  
  15. This makes for very fast retrieval, without ever having to load up an FTP
  16. client.
  17.  
  18. I liked Deryk's original Fetch.amirx which he released to aminet so much
  19. that I have been tweaking it for a couple years to suit my own needs.
  20.  
  21. I didn't like FTPGet because of it's enforcer hits, and occasional lockups
  22. and when Ray Akey (HMetal) coded 'GetClient', I knew Fetch.amirx had to be
  23. re-written to support use of this great new ftp file grabber!
  24.  
  25.  
  26.  
  27. Installation
  28. ------------
  29.  
  30. 1) Unpack this archive (good place to start, eh?).
  31.  
  32. 2) Copy GetClient to somewhere in your path
  33.    (change ftpget_path in Fetch.amirx if you want it somewhere else)
  34.  
  35. 3) Copy Fetch.amirx to your amirc/rexx directory.
  36.  
  37. 4) Install an alias in AmIRC by selecting setup menu
  38.    then lists.  Under Alias tab, select add new alias.
  39.  
  40.    Then in edit window type the alias you would like to use.
  41.  
  42.    i.e. fetch = /rx fetch %p
  43.  
  44. 5) Load amirc/rexx/Fetch.amirx into your favorite text editor because
  45.    there are a few things you can change to customize the operation of
  46.    Fetch.amirx to your liking.
  47.  
  48.  
  49.    site_default = 1
  50.          Point this to the site you want to use.
  51.          Defaults to us.aminet.org (wuarchive).
  52.  
  53.    get_readme = 1
  54.          If you would like to grab .readme files along
  55.          with your files, set this to 1, otherwise set to 0.
  56.  
  57.    display_readme = 1
  58.          If you would like to VIEW the .readme after it
  59.          has been downloaded, set to 1, otherwise set to 0.
  60.  
  61.    incoming_dir = 'NEW:'
  62.          This is where downloaded files will go.
  63.          Set to any valid directory/ or assign:
  64.  
  65.    ftpget_path = 'GetClient'
  66.          If GetClient is not placed in your path, change
  67.          this to point to it. (Ex: 'sys:stuff/GetClient')
  68.  
  69.    text_viewer = 'multiview'
  70.          This determines what viewer will be used to
  71.          display the .readme files.
  72.  
  73.    pass_word = 'using@fetch.amirx'
  74.          Alter this to reflect your email address.
  75.          (Ex: 'amicon@amicon.net')
  76.  
  77.  
  78.  
  79. Usage
  80. -----
  81.  
  82. Using the alias suggested above, you would type:
  83.  
  84. /fetch /comm/tcp/AmIRCFetch.lha    - to obtain file from default site (wuarchive)
  85. /fetch /comm/tcp/AmIRCFetch.lha 2  - to obtain file from site number two
  86. /fetch CHARTS - to obtain the aminet charts file
  87.  
  88. and the file requested (if found) will be copied to the directory
  89. specified in the fetch.amirx script. Note that the filenames are
  90. case sensitive, it's not my fault, blame it on un*x ;)
  91.  
  92.  
  93.  
  94. Credits
  95. -------
  96.  
  97. Original concept and script by Deryk Robosson <newlook@ameritech.net>
  98.  
  99. GetClient (c) 1999 by Ray Akey <rakey@cnetbbs.net>
  100.  
  101.  
  102.  
  103. History
  104. -------
  105.  
  106. History previous to v1.08a can be found in the Fetch.amirx script itself.
  107.  
  108. 17.08.97 (1.08a)- added 'missing ftpget' error report.
  109.                   by John M. Hoyt - amicon@amicon.net
  110. 04.02.98 (1.09a)- Cleaned up some a couple routines.
  111. 04.02.98 (1.10a)- Fixed geeked output display reported by Cryto.
  112. 05.02.98 (1.11a)- Yet another boo-boo fixed that I should have caught before.
  113. 11.07.98 (1.12a)- Various "stuff" fixed that annoyed me.
  114. 21.10.98 (1.14a)- Updated Aminet mirror list.
  115. 18.05.99 (1.15a)- Changed to support Ray Akey's GetClient. (included).
  116.                   Updated Aminet mirror list.
  117. 18.05.99 (1.16a)- Revamped method of retrieving .readme for use with GetClient.
  118.  
  119.  
  120.  
  121. Contact Info
  122. ------------
  123.  
  124. If you would like to contact me to make suggestions or complaints or whatever
  125. please mail: amicon@amicon.net, or take your IRC client to:
  126. Addicted.BeyondIRC.Net and /join #CNetIndependent
  127.  
  128. I am there as WarNPeace.
  129.  
  130. Happy leaching...
  131.  
  132.